home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / COBOL / H309.ZIP / CONTENTS < prev    next >
Text File  |  1993-07-22  |  4KB  |  100 lines

  1.  
  2. COBOL UTILITIES from TRANTOR Ltd    -   COBOL specialists
  3.  
  4. These can be used on many variants of COBOL, by downloading the source
  5. to a PC. The new or reformatted source can then be uploaded back to the
  6. original machine. COBFORM has been used in this way to process code
  7. which originated on IBM MVS, ICL VME, and DEC systems.
  8.  
  9.  
  10. COBFLOW     COBOL logic flow charting program. 
  11.  
  12. COBWEBS     COBOL logic analyzer, which can assist in re-engineering
  13.             old spaghetti-style code. Demo version only.
  14.  
  15. COBSRC      Source utility which creates file used by COBFLOW and COBWEBS
  16.  
  17. COBFRM      Self-extracting archive of COBFORM.
  18.             New version 3.91 of our COBOL source utility
  19.             Provides many useful facilities, such as:
  20.                Reformatting old source
  21.                Structured COBOL language with JSP-style extensions and
  22.                   recursion,
  23.                COBOL macros
  24.                Abbreviations, for faster coding
  25.                Preprocessor directives such as DEFINE and IFDEF
  26.                Preprocessor variables such as %DDMMYY (date).
  27.                Can insert TRACE and PATH analysis into the source
  28.                Includes debugging module to control tracing.
  29.                Conversion between different source
  30.                    layouts, eg DEC, UTAH and IBM.
  31.             Also compatible with Shareware COBOL compiler COBOL6.
  32.  
  33. PSICO12     Self extracting archive of PSICO
  34.             New version 1.20 of our COBOL source entry/generation
  35.             program. Compatible with COBFORM and ANS85 COBOL.
  36.             Includes on-screen help with the syntax of COBOL verbs
  37.  
  38. COBXRF      Self-extracting archive of COBXREF
  39.             Creates a cross reference of COBOL source
  40.             datanames, paragraphs etc. Programs up to about
  41.             9000 lines can be cross referenced.
  42.             Version 1.11
  43.  
  44. COBST110    Self extracting archive of COBSTR
  45.             New set of utilities. Version 1.10
  46.             To assist in documenting existing programs. 
  47.             Extracts and charts program hierarchy of PERFORMed sections
  48.  
  49.             AA-MAIN
  50.               | ___BA-INITIAL              
  51.               |     |___CA-OPEN_FILES                  
  52.               |     |___CA-PRINT-HEADER   
  53.               |___BB-PROCESS
  54.               |___BC-FINAL
  55.  
  56.             It can insert details as comments back into the source as follows:
  57.  
  58.       AA-MAIN SECTION.
  59.      *************************************************************
  60.      *                          
  61.      *    CALLED BY     :     NONE
  62.      *                 
  63.      *    CALLS         :     BA-INITIAL
  64.      *                        BB-PROCESS
  65.      *                        BC-FINAL
  66.      *
  67.      *************************************************************
  68.      
  69.  
  70. COBTABLE    New utility, useful both when writing a new program, or
  71.             amending or documenting an old one.
  72.             It creates a print file detailing the contents and length
  73.             of each COBOL data structure (ie 01 level). Includes record
  74.             layouts, working storage and linkage data structures.
  75.             Version 1.00
  76.  
  77. Utilities
  78. =========
  79.  
  80. These are a few utilities which I have written, and may be of interest to
  81. others.
  82.  
  83.   NJTREE    A tree/file find utility.
  84.             Displays a sorted tree of directories, optionally displays
  85.             filenames, if filespec parameter is used.
  86.             Displays USAGE if switch /? is used
  87.  
  88.   MATCH     Interactive file compare
  89.             This can compare binary as well as text files, with output
  90.             optionally in hex.
  91.             Left and right margins can restrict the comparison to a
  92.             selected part of each record. (Ideal for ignoring COBOL
  93.             sequence numbers etc)
  94.             Displays USAGE if called with no parameters.
  95.  
  96.   SECURE    A program which assists security by renaming files when not
  97.             in use. Run it on sensitive directories before switching
  98.             off, and again on booting up, to restore original names.
  99.  
  100.